home *** CD-ROM | disk | FTP | other *** search
- comment *
-
- Re: DOS 3.2 compatibility with Enhanced Keyboard (PC/XT or PC/AT).
-
- The following patches update a DOS 3.20 original to DOS 3.21 by
- updating the two BASIC modules to compatibility with the new twelve
- Function key keyboards. The resulting files should have the same
- date/time stamp: 02-21-86 12:00p and sizes as the originals.
- *
- PATCH BASIC.COM
-
- 0103
- FROM DS 10,0
-
- TO DB 74,0B,3C,0E0
- DB 75,02,30,0C0
- DB 08,0C0,0E9,4B
- DB 1D,0E9,4A,1D
-
- 1E57
- FROM DB 74,04,0A,0C0
-
- TO DB 0E9,0A9,0E2,90
-
- 445B
- FROM DB 30
-
- TO DB 31
-
- PATCH BASICA.COM
-
- 0103
- FROM DS 10,0
-
- TO DB 74,0B,3C,0E0
- DB 75,02,30,0C0
- DB 08,0C0,0E9,51
- DB 27,0E9,50,27
-
- 285D
- FROM DB 74,04,0A,0C0
-
- TO DB 0E9,0A3,0D8,90
-
- 86D1
- FROM DB 30
-
- TO DB 31
-
- ;end of patch